home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_46635.txt < prev    next >
Text File  |  1987-11-25  |  961b  |  42 lines

  1. -- card: 46635 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 1
  9. ----- text -----
  10. A single formFeed character (there is no other way to type it).   Useful with the "write file" command. 
  11. A single lineFeed character (there is no other way to type it).   Useful with the "write file" command. 
  12. The double-quote character.  
  13.      put quote & "Red" & quote && "Skelton"
  14. Produces a Return character (ASCII 13).  Because Return signifies the end of a command, there is no other way to get one to use as part of a command.
  15. A single space character (the same as " ").
  16.      put space & "M.D." after field guestName
  17. A single Tab character (ASCII 9).
  18.  
  19.  
  20. -- part contents for background part 44
  21. ----- text -----
  22. formFeed
  23.  
  24. lineFeed
  25.  
  26. quote
  27.  
  28. return
  29.  
  30.  
  31. space
  32.  
  33. tab
  34.  
  35.  
  36. -- part contents for background part 2
  37. ----- text -----
  38. Constants (cont.)
  39.  
  40. -- part contents for background part 43
  41. ----- text -----
  42. 267,189